home *** CD-ROM | disk | FTP | other *** search
- <panel>
- <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/>
-
- <!-- embedded buttons -->
- <container id="btns" embed_in_frame="true">
- <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
- <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" embed_in_frame="true"/>
-
- <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
-
- <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
- <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
-
- <!-- year menu -->
- <widget kind="embedded_popup_button" id="year" sele="year" text="Year" auto_size="all" embed_in_frame="true"/>
- </container>
-
- <!-- group box of fixed height-->
- <container>
- <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
- <layout class="arrange_vertical_attachment" alignment="bottom, extend" inset="0"/>
-
- <!-- table -->
- <widget class="table" id="tabl" mode="fill_rows" layout="50, 50, -1,-1" height="150" auto_size_rows="true">
- <list id="headings">
- <record text="Round" alignment="left,centre_y"/>
- <record text="Pick" alignment="left,centre_y"/>
- <record text="Club" alignment="left,centre_y"/>
- <record text="Player Chosen" alignment="left,centre_y"/>
- </list>
-
- <list id="column_display_properties">
- <record indx="0" sort_disabled="true"/>
- <record indx="1" sort_disabled="true"/>
- <record indx="2" sort_disabled="true"/>
- <record indx="3" sort_disabled="true"/>
- </list>
-
- <list id="column_properties">
- <record indx="0" alignment="centre"/>
- <record indx="1" alignment="centre"/>
- <record indx="2" alignment="left,centre_y"/>
- <record indx="3" alignment="left,centre_y"/>
- </list>
- </widget>
-
- <!-- group box for buttons -->
- <container id="dtbt">
- <layout class="arrange_horizontal_attachment" alignment="right" offset="0"/>
- <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0"/>
-
- <!-- action buttons -->
- <widget class="action_button" id="snxp" auto_size="horizontal" text="See Next Pick" clke="snxp"/>
- <widget class="action_button" id="auto" auto_size="horizontal" text="Auto" clke="auto"/>
- <widget class="action_button" id="chpl" auto_size="horizontal" text="Change Player" clke="chpl"/>
- <widget class="action_button" id="fini" auto_size="horizontal" text="Finish" clke="fini"/>
- </container>
- </container>
- </panel>
-